home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / LIB / YLIB / ylib_0_10 / s / ylib_obj < prev   
Text File  |  1993-09-21  |  2KB  |  73 lines

  1. ;
  2. ;    Copyright (C) 1993  Claus Vohwinkel
  3. ;
  4. ;    This program is free software; you can redistribute it and/or modify
  5. ;    it under the terms of the GNU General Public License as published by
  6. ;    the Free Software Foundation; either version 2 of the License , or
  7. ;    (at your option) any later version.
  8. ;
  9. ;    This program is distributed in the hope that it will be useful,
  10. ;    but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. ;    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. ;    GNU General Public License for more details.
  13. ;
  14. ;    You should have received a copy of the GNU General Public License
  15. ;    along with this program; see the file COPYING.  If not, write to
  16. ;    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  17. ;
  18. ;    You may contact the author by:
  19. ;       e-mail:  vohwinkel@vxdesy.desy.de
  20. ;      us-mail:  Claus Vohwinkel
  21. ;                SCRI/FSU
  22. ;                400 Science Library
  23. ;                Tallahassee, FL 32306
  24. ;      
  25. ;
  26.  
  27. R0 RN 0
  28. R1 RN 1
  29. R2 RN 2
  30. R3 RN 3
  31. IP RN 12
  32. SP RN 13
  33. R14 RN 14
  34. PC RN 15
  35. F0 FN 0
  36. F1 FN 1
  37. F2 FN 2
  38. F3 FN 3
  39.  
  40.         AREA |C$$code|, CODE, READONLY
  41.  EXPORT yacos
  42.  EXPORT yasin
  43.  EXPORT yatan2
  44.  EXPORT yatan
  45.  EXPORT ysqrt
  46.  EXPORT ycosh
  47.  EXPORT ysinh
  48.  EXPORT ytanh
  49.  EXPORT ypow
  50.  EXPORT yexp
  51.  EXPORT ylog10
  52.  EXPORT ylog
  53.  EXPORT ycos
  54.  EXPORT ysin
  55.  EXPORT ytan
  56.  EXPORT ymodf
  57.  EXPORT yfmod
  58.  EXPORT yceil
  59.  EXPORT yfloor
  60.  
  61.  
  62.  EXPORT exm1
  63.  EXPORT twotox
  64.  
  65.  
  66. ; EXPORT yatanf
  67. ; EXPORT ysqrtf
  68. ; EXPORT twotoxf
  69. ; EXPORT yexpf
  70.  
  71.  GET YLIB
  72.  END
  73.